github.com/andybalholm/brotli.contextBlockSplitter.min_block_size_ (field)
7 uses
github.com/andybalholm/brotli (current package)
metablock.go#L277: min_block_size_ uint
metablock.go#L299: self.min_block_size_ = min_block_size
metablock.go#L341: if self.block_size_ < self.min_block_size_ {
metablock.go#L342: self.block_size_ = self.min_block_size_
metablock.go#L412: self.target_block_size_ = self.min_block_size_
metablock.go#L431: self.target_block_size_ = self.min_block_size_
metablock.go#L449: self.target_block_size_ += self.min_block_size_
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |